Update gtk_widget_get_accessible() docs
authorMatthias Clasen <mclasen@redhat.com>
Sun, 24 Jul 2011 01:28:29 +0000 (21:28 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 24 Jul 2011 01:28:29 +0000 (21:28 -0400)
Don't mention GTK_MODULES for loading a11y implementations
anymore.

gtk/gtkwidget.c

index 4f47dcdcd0701cf72401e789c4833e7810f3e1fe..a84f31c881ed7a860356807f05f534d4af7ace5e 100644 (file)
@@ -11988,12 +11988,11 @@ gtk_widget_class_set_accessible_role (GtkWidgetClass *widget_class,
  * Returns the accessible object that describes the widget to an
  * assistive technology.
  *
- * If no accessibility library is loaded (i.e. no ATK implementation library is
- * loaded via <envar>GTK_MODULES</envar> or via another application library,
- * such as libgnome), then this #AtkObject instance may be a no-op. Likewise,
- * if no class-specific #AtkObject implementation is available for the widget
- * instance in question, it will inherit an #AtkObject implementation from the
- * first ancestor class for which such an implementation is defined.
+ * If accessibility support is not available, this #AtkObject
+ * instance may be a no-op. Likewise, if no class-specific #AtkObject
+ * implementation is available for the widget instance in question,
+ * it will inherit an #AtkObject implementation from the first ancestor
+ * class for which such an implementation is defined.
  *
  * The documentation of the
  * <ulink url="http://library.gnome.org/devel/atk/stable/">ATK</ulink>